GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-07T13:04:35.789519+00:00",
"SubmitDate": "2026-05-07T13:04:35.789519+00:00",
"ReportPeriodStart": "2026-05-07T13:04:35.789519+00:00",
"ReportPeriodEnd": "2026-05-07T13:04:35.789519+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d78d4447-13ef-45c1-b2f5-5ccdf6b1961a",
"Rows": [
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d78d4447-13ef-45c1-b2f5-5ccdf6b1961a",
"Rows": [
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"977d00b8-7730-4356-81ce-ed66bceb2c7b",
"89e489aa-923d-453e-9b5c-ac11c42931a3"
],
"Approvers": [
"af1a08ab-b05f-49dd-8f88-a3867584ae90",
"998ec388-2674-4471-901a-291c77412c31"
],
"ApprovedBy": "6d734669-8efd-4d06-aabf-38ea50339112",
"ApprovalDate": "2026-05-07T13:04:35.789519+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7603009d-b6cb-4cf9-9d03-c4dff13674e0",
"id": "51e27088-5c28-4ee5-9a19-f7d0a9af8dff",
"ConfigId": "f5a1f63e-b197-4a36-9060-2c628aae5319"
},
{
"GenerationDate": "2026-05-07T13:04:35.789519+00:00",
"SubmitDate": "2026-05-07T13:04:35.789519+00:00",
"ReportPeriodStart": "2026-05-07T13:04:35.789519+00:00",
"ReportPeriodEnd": "2026-05-07T13:04:35.789519+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d78d4447-13ef-45c1-b2f5-5ccdf6b1961a",
"Rows": [
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d78d4447-13ef-45c1-b2f5-5ccdf6b1961a",
"Rows": [
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b08fc5d7-0aa0-4833-b24f-fe1c5d58a2ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"977d00b8-7730-4356-81ce-ed66bceb2c7b",
"89e489aa-923d-453e-9b5c-ac11c42931a3"
],
"Approvers": [
"af1a08ab-b05f-49dd-8f88-a3867584ae90",
"998ec388-2674-4471-901a-291c77412c31"
],
"ApprovedBy": "6d734669-8efd-4d06-aabf-38ea50339112",
"ApprovalDate": "2026-05-07T13:04:35.789519+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7603009d-b6cb-4cf9-9d03-c4dff13674e0",
"id": "51e27088-5c28-4ee5-9a19-f7d0a9af8dff",
"ConfigId": "f5a1f63e-b197-4a36-9060-2c628aae5319"
}
]